Click or drag to resize

ServiceDeclineMeetingRequest Method (IListDeclineItem, MessageDisposition)

Declines meeting requests.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ItemInfoResponse> DeclineMeetingRequest(
	IList<DeclineItem> declineItems,
	MessageDisposition messageDisposition
)

Parameters

declineItems
Type: System.Collections.GenericIListDeclineItem
The decline items.
messageDisposition
Type: Independentsoft.ExchangeMessageDisposition
Indicates the disposition mode.

Return Value

Type: IListItemInfoResponse
IList{ItemInfoResponse}.
See Also